Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: search by UCD bugged #3147

Merged
merged 7 commits into from
Dec 12, 2024
Merged

fix: search by UCD bugged #3147

merged 7 commits into from
Dec 12, 2024

Conversation

ManonMarchand
Copy link
Member

@ManonMarchand ManonMarchand commented Dec 10, 2024

Hi astroquery 🙂,

The search by UCD had little typos. This is now solved.

However:
This made me realize that the new version of astropy (7.0) has a stricter parser. This makes some remote tests fail with the new version. We have invalid Votables where the string "NULL" is written in integers columns instead of leaving an empty <TD></TD> for missing values. This is fixed upstream in VizieR. The fix should be included in VizieR's next release (likely next week, otherwise early January).

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.54%. Comparing base (c95115f) to head (4799e0e).
Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3147   +/-   ##
=======================================
  Coverage   67.54%   67.54%           
=======================================
  Files         233      233           
  Lines       18492    18492           
=======================================
  Hits        12490    12490           
  Misses       6002     6002           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@bsipocz bsipocz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good, the is only one minor suggestion that is unrelated but you already touched on it in the docs update.

docs/vizier/vizier.rst Show resolved Hide resolved
docs/vizier/vizier.rst Outdated Show resolved Hide resolved
@bsipocz bsipocz added this to the v0.4.8 milestone Dec 10, 2024
@bsipocz bsipocz merged commit 054526a into astropy:main Dec 12, 2024
11 checks passed
@bsipocz
Copy link
Member

bsipocz commented Dec 12, 2024

Thanks @ManonMarchand!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants